﻿2026-07-29T10:18:15.7516834Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-29T10:18:15.7517187Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-29T10:18:15.7517405Z [36;1m$PIN = "0c95435"[0m
2026-07-29T10:18:15.7517676Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-29T10:18:15.7517924Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-29T10:18:15.7518314Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-29T10:18:15.7518675Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-29T10:18:15.7518966Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-29T10:18:15.7519268Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-29T10:18:15.7519516Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-29T10:18:15.7519790Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-29T10:18:15.7520087Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-29T10:18:15.7520350Z [36;1m}[0m
2026-07-29T10:18:15.7520566Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-29T10:18:15.7520818Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-29T10:18:15.7524785Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-29T10:18:15.7525065Z env:
2026-07-29T10:18:15.7525377Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30443100762-1-2ea84dadc8d0400bb7cd3afdbdeaeff8
2026-07-29T10:18:15.7525823Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-30443100762-1-2ea84dadc8d0400bb7cd3afdbdeaeff8
2026-07-29T10:18:15.7526277Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30443100762-1-2ea84dadc8d0400bb7cd3afdbdeaeff8
2026-07-29T10:18:15.7526589Z ##[endgroup]
2026-07-29T10:18:16.8327612Z    Compiling proc-macro2 v1.0.106
2026-07-29T10:18:16.8327974Z    Compiling quote v1.0.45
2026-07-29T10:18:16.8328173Z    Compiling unicode-ident v1.0.24
2026-07-29T10:18:16.8328503Z    Compiling cfg-if v1.0.4
2026-07-29T10:18:16.8328783Z    Compiling serde_core v1.0.228
2026-07-29T10:18:16.8329175Z    Compiling serde v1.0.228
2026-07-29T10:18:16.8329544Z    Compiling windows-link v0.2.1
2026-07-29T10:18:16.8329892Z    Compiling getrandom v0.3.4
2026-07-29T10:18:16.8330253Z    Compiling portable-atomic v1.13.1
2026-07-29T10:18:16.8330697Z    Compiling typenum v1.20.1
2026-07-29T10:18:16.8331111Z    Compiling version_check v0.9.5
2026-07-29T10:18:16.8331711Z    Compiling pin-project-lite v0.2.17
2026-07-29T10:18:16.8332929Z    Compiling shlex v2.0.1
2026-07-29T10:18:16.8335276Z    Compiling memchr v2.8.1
2026-07-29T10:18:16.8336571Z    Compiling find-msvc-tools v0.1.9
2026-07-29T10:18:16.8336954Z    Compiling critical-section v1.2.0
2026-07-29T10:18:16.9699342Z    Compiling windows-sys v0.61.2
2026-07-29T10:18:17.0020359Z    Compiling subtle v2.6.1
2026-07-29T10:18:17.0185962Z    Compiling equivalent v1.0.2
2026-07-29T10:18:17.0396512Z    Compiling smallvec v1.15.1
2026-07-29T10:18:17.0935405Z    Compiling futures-core v0.3.32
2026-07-29T10:18:17.1365655Z    Compiling itoa v1.0.18
2026-07-29T10:18:17.2865638Z    Compiling bytes v1.11.1
2026-07-29T10:18:17.3140485Z    Compiling semver v1.0.28
2026-07-29T10:18:17.3143629Z    Compiling generic-array v0.14.7
2026-07-29T10:18:17.4013164Z    Compiling stable_deref_trait v1.2.1
2026-07-29T10:18:17.4381573Z    Compiling log v0.4.32
2026-07-29T10:18:17.4539375Z    Compiling futures-io v0.3.32
2026-07-29T10:18:17.5237516Z    Compiling slab v0.4.12
2026-07-29T10:18:17.6966639Z    Compiling rustc_version v0.4.1
2026-07-29T10:18:17.8983223Z    Compiling futures-sink v0.3.32
2026-07-29T10:18:17.9005741Z    Compiling rand_core v0.10.1
2026-07-29T10:18:17.9653359Z    Compiling rustversion v1.0.22
2026-07-29T10:18:17.9656317Z    Compiling hashbrown v0.17.1
2026-07-29T10:18:18.0374143Z    Compiling futures-task v0.3.32
2026-07-29T10:18:18.0689341Z    Compiling getrandom v0.2.17
2026-07-29T10:18:18.1218933Z    Compiling cpufeatures v0.2.17
2026-07-29T10:18:18.1226272Z    Compiling getrandom v0.4.2
2026-07-29T10:18:18.2126367Z    Compiling fnv v1.0.7
2026-07-29T10:18:18.8176778Z    Compiling libc v0.2.186
2026-07-29T10:18:18.9112014Z    Compiling futures-channel v0.3.32
2026-07-29T10:18:18.9244684Z    Compiling cfg_aliases v0.2.1
2026-07-29T10:18:18.9599361Z    Compiling jobserver v0.1.34
2026-07-29T10:18:18.9723134Z    Compiling strsim v0.11.1
2026-07-29T10:18:19.0016178Z    Compiling writeable v0.6.3
2026-07-29T10:18:19.0164669Z    Compiling autocfg v1.5.1
2026-07-29T10:18:19.0621716Z    Compiling litemap v0.8.2
2026-07-29T10:18:19.1169808Z    Compiling icu_normalizer_data v2.2.0
2026-07-29T10:18:19.1772616Z    Compiling ident_case v1.0.1
2026-07-29T10:18:19.3009571Z    Compiling cc v1.2.63
2026-07-29T10:18:19.3461471Z    Compiling icu_properties_data v2.2.0
2026-07-29T10:18:19.4501210Z    Compiling indexmap v2.14.0
2026-07-29T10:18:19.4947072Z    Compiling utf8_iter v1.0.4
2026-07-29T10:18:19.5317093Z    Compiling fs_extra v1.3.0
2026-07-29T10:18:19.5542799Z    Compiling dunce v1.0.5
2026-07-29T10:18:19.6460113Z    Compiling crypto-common v0.1.7
2026-07-29T10:18:19.6837233Z    Compiling percent-encoding v2.3.2
2026-07-29T10:18:19.7042217Z    Compiling http v1.4.1
2026-07-29T10:18:19.9763528Z    Compiling syn v2.0.117
2026-07-29T10:18:20.0466551Z    Compiling aws-lc-rs v1.17.0
2026-07-29T10:18:20.0879018Z    Compiling cmake v0.1.58
2026-07-29T10:18:20.0957027Z    Compiling unicode-segmentation v1.13.3
2026-07-29T10:18:20.1980283Z    Compiling cpufeatures v0.3.0
2026-07-29T10:18:20.3417847Z    Compiling thiserror v2.0.18
2026-07-29T10:18:20.5769343Z    Compiling scopeguard v1.2.0
2026-07-29T10:18:20.6537088Z    Compiling form_urlencoded v1.2.2
2026-07-29T10:18:20.7718294Z    Compiling block-buffer v0.10.4
2026-07-29T10:18:20.7838705Z    Compiling ring v0.17.14
2026-07-29T10:18:20.9319836Z    Compiling bitflags v2.12.1
2026-07-29T10:18:21.1356144Z    Compiling chacha20 v0.10.0
2026-07-29T10:18:21.1607928Z    Compiling winapi v0.3.9
2026-07-29T10:18:21.2511881Z    Compiling lock_api v0.4.14
2026-07-29T10:18:21.2693116Z    Compiling untrusted v0.9.0
2026-07-29T10:18:21.3186799Z    Compiling digest v0.10.7
2026-07-29T10:18:21.3469746Z    Compiling num-traits v0.2.19
2026-07-29T10:18:21.3572039Z    Compiling windows-result v0.4.1
2026-07-29T10:18:21.4795130Z    Compiling aws-lc-sys v0.41.0
2026-07-29T10:18:21.4935382Z    Compiling windows-strings v0.5.1
2026-07-29T10:18:21.5352935Z    Compiling rand v0.10.1
2026-07-29T10:18:21.5635701Z    Compiling rustls v0.23.40
2026-07-29T10:18:21.5906487Z    Compiling heck v0.5.0
2026-07-29T10:18:21.6080922Z    Compiling convert_case v0.10.0
2026-07-29T10:18:21.6545928Z    Compiling atomic-waker v1.1.2
2026-07-29T10:18:21.6796020Z    Compiling const-oid v0.10.2
2026-07-29T10:18:21.7571847Z    Compiling unicode-xid v0.2.6
2026-07-29T10:18:21.9804841Z    Compiling anyhow v1.0.102
2026-07-29T10:18:22.0045932Z    Compiling zerocopy v0.8.50
2026-07-29T10:18:22.0445328Z    Compiling httparse v1.10.1
2026-07-29T10:18:22.0693733Z    Compiling parking_lot_core v0.9.12
2026-07-29T10:18:22.1050053Z    Compiling http-body v1.0.1
2026-07-29T10:18:22.1215081Z    Compiling curve25519-dalek v4.1.3
2026-07-29T10:18:22.1728026Z    Compiling hybrid-array v0.4.12
2026-07-29T10:18:22.1748819Z    Compiling ahash v0.8.12
2026-07-29T10:18:22.3760482Z    Compiling fastrand v2.4.1
2026-07-29T10:18:22.4487890Z    Compiling base64ct v1.8.3
2026-07-29T10:18:23.4367963Z    Compiling socket2 v0.6.4
2026-07-29T10:18:23.4954994Z    Compiling mio v1.2.1
2026-07-29T10:18:23.4991845Z    Compiling powerfmt v0.2.0
2026-07-29T10:18:23.7005049Z    Compiling either v1.16.0
2026-07-29T10:18:23.8306379Z    Compiling deranged v0.5.8
2026-07-29T10:18:24.0815770Z    Compiling synstructure v0.13.2
2026-07-29T10:18:24.0896168Z    Compiling darling_core v0.20.11
2026-07-29T10:18:24.2362329Z    Compiling pem-rfc7468 v1.0.0
2026-07-29T10:18:24.4419628Z    Compiling uuid v1.23.2
2026-07-29T10:18:24.5439360Z    Compiling rand_core v0.6.4
2026-07-29T10:18:24.6137476Z    Compiling data-encoding v2.11.0
2026-07-29T10:18:24.6277516Z    Compiling time-core v0.1.8
2026-07-29T10:18:24.7060009Z    Compiling zmij v1.0.21
2026-07-29T10:18:24.8995053Z    Compiling vcpkg v0.2.15
2026-07-29T10:18:24.9029669Z    Compiling tinyvec_macros v0.1.1
2026-07-29T10:18:24.9689113Z    Compiling base64 v0.22.1
2026-07-29T10:18:24.9963489Z    Compiling num-conv v0.2.2
2026-07-29T10:18:25.0793997Z    Compiling tower-service v0.3.3
2026-07-29T10:18:25.1020078Z    Compiling pkg-config v0.3.33
2026-07-29T10:18:25.1576701Z    Compiling try-lock v0.2.5
2026-07-29T10:18:25.2451253Z    Compiling tinyvec v1.11.0
2026-07-29T10:18:25.2483532Z    Compiling parking_lot v0.12.5
2026-07-29T10:18:25.3734718Z    Compiling want v0.3.1
2026-07-29T10:18:25.4378037Z    Compiling crypto-common v0.2.2
2026-07-29T10:18:25.4795104Z    Compiling block-buffer v0.12.0
2026-07-29T10:18:25.5109775Z    Compiling sha2 v0.10.9
2026-07-29T10:18:25.5694201Z    Compiling vergen-lib v9.1.0
2026-07-29T10:18:25.6739811Z    Compiling inout v0.1.4
2026-07-29T10:18:25.7196397Z    Compiling n0-future v0.3.2
2026-07-29T10:18:25.8801695Z    Compiling httpdate v1.0.3
2026-07-29T10:18:25.9052508Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-29T10:18:25.9248529Z    Compiling libsqlite3-sys v0.30.1
2026-07-29T10:18:25.9509618Z    Compiling winnow v1.0.3
2026-07-29T10:18:26.1588449Z    Compiling signature v2.2.0
2026-07-29T10:18:26.1589461Z    Compiling diatomic-waker v0.2.3
2026-07-29T10:18:26.1763013Z    Compiling cordyceps v0.3.4
2026-07-29T10:18:26.1854069Z    Compiling serde_json v1.0.150
2026-07-29T10:18:26.2167951Z    Compiling spin v0.10.0
2026-07-29T10:18:26.2288011Z    Compiling parking v2.2.1
2026-07-29T10:18:26.3107502Z    Compiling crossbeam-utils v0.8.21
2026-07-29T10:18:26.4026223Z    Compiling ed25519 v2.2.3
2026-07-29T10:18:26.4739931Z    Compiling futures-lite v2.6.1
2026-07-29T10:18:26.5516892Z    Compiling digest v0.11.3
2026-07-29T10:18:26.6090189Z    Compiling futures-buffered v0.2.13
2026-07-29T10:18:26.7347525Z    Compiling cipher v0.4.4
2026-07-29T10:18:26.7659444Z    Compiling vergen v9.1.0
2026-07-29T10:18:26.7966783Z    Compiling vergen-lib v0.1.6
2026-07-29T10:18:26.8469168Z    Compiling universal-hash v0.5.1
2026-07-29T10:18:27.0478306Z    Compiling noq-udp v0.10.0
2026-07-29T10:18:27.0647581Z    Compiling heapless v0.7.17
2026-07-29T10:18:27.0960784Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-29T10:18:27.1314190Z    Compiling serde_derive v1.0.228
2026-07-29T10:18:27.2083887Z    Compiling zeroize_derive v1.4.3
2026-07-29T10:18:27.2367741Z    Compiling zerofrom-derive v0.1.7
2026-07-29T10:18:27.2875281Z    Compiling yoke-derive v0.8.2
2026-07-29T10:18:27.3319943Z    Compiling tokio-macros v2.7.0
2026-07-29T10:18:27.3595696Z    Compiling futures-macro v0.3.32
2026-07-29T10:18:27.3956351Z    Compiling zerovec-derive v0.11.3
2026-07-29T10:18:27.4964263Z    Compiling displaydoc v0.2.6
2026-07-29T10:18:27.9125670Z    Compiling tracing-attributes v0.1.31
2026-07-29T10:18:28.0516747Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-29T10:18:28.0675757Z    Compiling thiserror-impl v2.0.18
2026-07-29T10:18:28.0717312Z    Compiling darling_macro v0.20.11
2026-07-29T10:18:28.3310261Z    Compiling zeroize v1.8.2
2026-07-29T10:18:28.5559074Z    Compiling tokio v1.52.3
2026-07-29T10:18:28.6120931Z    Compiling futures-util v0.3.32
2026-07-29T10:18:28.6728323Z    Compiling rustls-pki-types v1.14.1
2026-07-29T10:18:28.7361945Z    Compiling derive_more-impl v2.1.1
2026-07-29T10:18:28.7522083Z    Compiling darling v0.20.11
2026-07-29T10:18:28.9116103Z    Compiling windows-implement v0.60.2
2026-07-29T10:18:28.9800579Z    Compiling n0-error-macros v0.1.3
2026-07-29T10:18:29.1231939Z    Compiling derive_builder_core v0.20.2
2026-07-29T10:18:29.1472119Z    Compiling windows-interface v0.59.3
2026-07-29T10:18:29.3468641Z    Compiling zerofrom v0.1.8
2026-07-29T10:18:29.6261815Z    Compiling spez v0.1.2
2026-07-29T10:18:29.8521094Z    Compiling yoke v0.8.3
2026-07-29T10:18:30.0620088Z    Compiling der v0.8.0-rc.10
2026-07-29T10:18:30.0924543Z    Compiling pin-project-internal v1.1.13
2026-07-29T10:18:30.1551109Z    Compiling windows-core v0.62.2
2026-07-29T10:18:30.3113648Z    Compiling zerovec v0.11.6
2026-07-29T10:18:30.3121806Z    Compiling zerotrie v0.2.4
2026-07-29T10:18:30.3526395Z    Compiling derive_builder_macro v0.20.2
2026-07-29T10:18:30.3776751Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-29T10:18:30.4171962Z    Compiling n0-error v0.1.3
2026-07-29T10:18:30.6834992Z    Compiling sync_wrapper v1.0.2
2026-07-29T10:18:31.1103451Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-29T10:18:31.1572186Z    Compiling byteorder v1.5.0
2026-07-29T10:18:31.2584565Z    Compiling tinystr v0.8.3
2026-07-29T10:18:31.3895598Z    Compiling potential_utf v0.1.5
2026-07-29T10:18:31.4064123Z    Compiling spki v0.8.0-rc.4
2026-07-29T10:18:31.4392220Z    Compiling allocator-api2 v0.2.21
2026-07-29T10:18:31.5545620Z    Compiling opaque-debug v0.3.1
2026-07-29T10:18:31.6024787Z    Compiling derive_builder v0.20.2
2026-07-29T10:18:31.8239034Z    Compiling icu_collections v2.2.0
2026-07-29T10:18:31.8727009Z    Compiling icu_locale_core v2.2.0
2026-07-29T10:18:31.9022232Z    Compiling hash32 v0.2.1
2026-07-29T10:18:31.9194845Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-29T10:18:31.9262016Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-29T10:18:31.9438695Z    Compiling polyval v0.6.2
2026-07-29T10:18:31.9674078Z    Compiling futures-executor v0.3.32
2026-07-29T10:18:32.0150034Z    Compiling ed25519-dalek v2.2.0
2026-07-29T10:18:32.0725993Z    Compiling pin-project v1.1.13
2026-07-29T10:18:32.4375144Z    Compiling spin v0.9.8
2026-07-29T10:18:32.4674538Z    Compiling vergen-gitcl v1.0.8
2026-07-29T10:18:32.4809194Z    Compiling windows-threading v0.2.1
2026-07-29T10:18:32.6544525Z    Compiling ryu v1.0.23
2026-07-29T10:18:33.0184487Z    Compiling icu_provider v2.2.0
2026-07-29T10:18:33.1269930Z    Compiling tokio-util v0.7.18
2026-07-29T10:18:33.2259900Z    Compiling ipnet v2.12.0
2026-07-29T10:18:33.3000142Z    Compiling derive_more v2.1.1
2026-07-29T10:18:33.3352002Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-29T10:18:33.3923102Z    Compiling signature v3.0.0
2026-07-29T10:18:33.4046787Z    Compiling tower-layer v0.3.3
2026-07-29T10:18:33.5020340Z    Compiling fallible-iterator v0.3.0
2026-07-29T10:18:33.7811502Z    Compiling icu_normalizer v2.2.0
2026-07-29T10:18:33.7937257Z    Compiling icu_properties v2.2.0
2026-07-29T10:18:33.7950244Z    Compiling ed25519 v3.0.0-rc.4
2026-07-29T10:18:33.7959418Z    Compiling windows-future v0.3.2
2026-07-29T10:18:33.9578699Z    Compiling prefix-trie v0.8.4
2026-07-29T10:18:34.1009603Z    Compiling once_cell v1.21.4
2026-07-29T10:18:34.1020970Z    Compiling windows-targets v0.52.6
2026-07-29T10:18:34.4664689Z    Compiling tracing-core v0.1.36
2026-07-29T10:18:34.5355783Z    Compiling proc-macro-crate v3.5.0
2026-07-29T10:18:34.6220059Z    Compiling hashbrown v0.14.5
2026-07-29T10:18:34.6875150Z    Compiling spt-proto v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-07-29T10:18:34.7934724Z    Compiling futures v0.3.32
2026-07-29T10:18:34.8282740Z    Compiling ghash v0.5.1
2026-07-29T10:18:34.8391363Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-29T10:18:34.8726865Z    Compiling tracing v0.1.44
2026-07-29T10:18:34.8899673Z    Compiling windows-collections v0.3.2
2026-07-29T10:18:34.9126592Z    Compiling windows-numerics v0.3.1
2026-07-29T10:18:34.9493778Z    Compiling cobs v0.3.0
2026-07-29T10:18:34.9749822Z    Compiling postcard-derive v0.2.2
2026-07-29T10:18:35.2535575Z    Compiling idna_adapter v1.2.2
2026-07-29T10:18:35.2714011Z    Compiling aes v0.8.4
2026-07-29T10:18:35.3686436Z    Compiling h2 v0.4.14
2026-07-29T10:18:35.3928552Z    Compiling idna v1.1.0
2026-07-29T10:18:35.3968275Z    Compiling hashlink v0.9.1
2026-07-29T10:18:35.4369898Z    Compiling ctr v0.9.2
2026-07-29T10:18:35.4580707Z    Compiling sha2 v0.11.0-rc.5
2026-07-29T10:18:35.5333352Z    Compiling fs2 v0.4.3
2026-07-29T10:18:35.5920513Z    Compiling time v0.3.47
2026-07-29T10:18:35.6119111Z    Compiling http-body-util v0.1.3
2026-07-29T10:18:35.7155543Z    Compiling aead v0.5.2
2026-07-29T10:18:35.7927502Z    Compiling rusqlite v0.32.1
2026-07-29T10:18:35.8267649Z    Compiling url v2.5.8
2026-07-29T10:18:35.8397813Z    Compiling widestring v1.2.1
2026-07-29T10:18:35.9125495Z    Compiling arrayvec v0.7.6
2026-07-29T10:18:35.9345054Z    Compiling ipconfig v0.3.4
2026-07-29T10:18:35.9971364Z    Compiling utf8parse v0.2.2
2026-07-29T10:18:36.0359073Z    Compiling aes-gcm v0.10.3
2026-07-29T10:18:36.1960943Z    Compiling postcard v1.1.3
2026-07-29T10:18:36.2309112Z    Compiling data-encoding-macro v0.1.20
2026-07-29T10:18:36.2807183Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-29T10:18:36.3293134Z    Compiling windows v0.62.2
2026-07-29T10:18:36.5215923Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-29T10:18:36.5573981Z    Compiling num_enum_derive v0.7.6
2026-07-29T10:18:36.5645827Z    Compiling windows-sys v0.59.0
2026-07-29T10:18:36.8034410Z    Compiling crossbeam-channel v0.5.15
2026-07-29T10:18:36.8311975Z    Compiling crossbeam-epoch v0.9.18
2026-07-29T10:18:36.8423233Z    Compiling tower v0.5.3
2026-07-29T10:18:37.0081392Z    Compiling spt-store v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-07-29T10:18:37.2095692Z    Compiling chrono v0.4.45
2026-07-29T10:18:37.2843971Z    Compiling async-trait v0.1.89
2026-07-29T10:18:37.3760558Z    Compiling strum_macros v0.28.0
2026-07-29T10:18:37.5204088Z    Compiling enum-assoc v1.3.0
2026-07-29T10:18:37.7005175Z    Compiling iroh-metrics-derive v0.4.1
2026-07-29T10:18:37.8861509Z    Compiling windows-registry v0.6.1
2026-07-29T10:18:38.0878219Z    Compiling blake3 v1.8.5
2026-07-29T10:18:38.3236466Z    Compiling memoffset v0.6.5
2026-07-29T10:18:38.3453079Z    Compiling netwatch v0.16.0
2026-07-29T10:18:38.4862059Z    Compiling noq v0.18.0
2026-07-29T10:18:38.5295255Z    Compiling acto v0.8.2
2026-07-29T10:18:38.6299769Z    Compiling foldhash v0.2.0
2026-07-29T10:18:38.6642273Z    Compiling sorted-index-buffer v0.2.1
2026-07-29T10:18:38.9173335Z    Compiling rustc-hash v2.1.2
2026-07-29T10:18:38.9801840Z    Compiling mac-addr v0.3.0
2026-07-29T10:18:39.2084289Z    Compiling hyper v1.10.1
2026-07-29T10:18:39.2255439Z    Compiling thiserror v1.0.69
2026-07-29T10:18:39.2753592Z    Compiling xml-rs v0.8.28
2026-07-29T10:18:39.4652934Z    Compiling identity-hash v0.1.0
2026-07-29T10:18:39.5555330Z    Compiling ref-cast v1.0.25
2026-07-29T10:18:39.5603163Z    Compiling lru-slab v0.1.2
2026-07-29T10:18:39.6738172Z    Compiling tagptr v0.2.0
2026-07-29T10:18:39.6881404Z    Compiling strum v0.28.0
2026-07-29T10:18:40.1119008Z    Compiling netdev v0.42.0
2026-07-29T10:18:40.4901369Z    Compiling moka v0.12.15
2026-07-29T10:18:40.5199378Z    Compiling spt-msg v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-07-29T10:18:40.5340285Z    Compiling hashbrown v0.16.1
2026-07-29T10:18:40.7208291Z    Compiling iroh-metrics v0.38.3
2026-07-29T10:18:41.0306214Z    Compiling xmltree v0.10.3
2026-07-29T10:18:41.0603554Z    Compiling iroh-relay v0.98.0
2026-07-29T10:18:41.0914659Z    Compiling num_enum v0.7.6
2026-07-29T10:18:41.4284581Z    Compiling hyper-util v0.1.20
2026-07-29T10:18:41.4285022Z    Compiling tower-http v0.6.11
2026-07-29T10:18:41.4362252Z    Compiling iroh-base v0.98.0
2026-07-29T10:18:41.4701358Z    Compiling attohttpc v0.30.1
2026-07-29T10:18:41.6691458Z    Compiling n0-watcher v0.6.1
2026-07-29T10:18:41.7987347Z    Compiling tokio-stream v0.1.18
2026-07-29T10:18:41.9206604Z    Compiling serde_spanned v0.6.9
2026-07-29T10:18:41.9317655Z    Compiling toml_datetime v0.6.11
2026-07-29T10:18:41.9338016Z    Compiling thiserror-impl v1.0.69
2026-07-29T10:18:41.9787571Z    Compiling ref-cast-impl v1.0.25
2026-07-29T10:18:42.1730765Z    Compiling serde_derive_internals v0.29.1
2026-07-29T10:18:42.2204614Z    Compiling simple-dns v0.9.3
2026-07-29T10:18:42.3871242Z    Compiling serial-core v0.4.0
2026-07-29T10:18:42.4263368Z    Compiling aho-corasick v1.1.4
2026-07-29T10:18:42.4422468Z    Compiling smol_str v0.1.24
2026-07-29T10:18:42.4592369Z    Compiling regex-syntax v0.8.10
2026-07-29T10:18:42.7473627Z    Compiling toml_write v0.1.2
2026-07-29T10:18:42.7604979Z    Compiling winnow v0.7.15
2026-07-29T10:18:42.9072252Z    Compiling arrayref v0.3.9
2026-07-29T10:18:42.9201538Z    Compiling winreg v0.10.1
2026-07-29T10:18:42.9974906Z    Compiling constant_time_eq v0.4.2
2026-07-29T10:18:43.2163460Z    Compiling resolv-conf v0.7.6
2026-07-29T10:18:43.2908404Z    Compiling sha1_smol v1.0.1
2026-07-29T10:18:43.3042503Z    Compiling simdutf8 v0.1.5
2026-07-29T10:18:43.6090549Z    Compiling iroh-dns v0.98.0
2026-07-29T10:18:43.6447111Z    Compiling schemars_derive v1.2.1
2026-07-29T10:18:43.7176703Z    Compiling igd-next v0.17.1
2026-07-29T10:18:43.9895868Z    Compiling serial-windows v0.4.0
2026-07-29T10:18:44.4441148Z    Compiling lru v0.16.4
2026-07-29T10:18:44.4819629Z    Compiling webpki-roots v1.0.7
2026-07-29T10:18:44.5008723Z    Compiling darling_core v0.23.0
2026-07-29T10:18:44.5092706Z    Compiling seize v0.5.1
2026-07-29T10:18:44.5534255Z    Compiling hmac v0.12.1
2026-07-29T10:18:44.6060549Z    Compiling serde_bytes v0.11.19
2026-07-29T10:18:44.6331802Z    Compiling iroh v0.98.2
2026-07-29T10:18:44.7304939Z    Compiling cmov v0.5.4
2026-07-29T10:18:44.8402336Z    Compiling regex-automata v0.4.14
2026-07-29T10:18:44.9625527Z    Compiling pin-utils v0.1.0
2026-07-29T10:18:45.0961035Z    Compiling toml_edit v0.22.27
2026-07-29T10:18:45.0993127Z    Compiling dyn-clone v1.0.20
2026-07-29T10:18:45.1227746Z    Compiling lazy_static v1.5.0
2026-07-29T10:18:45.1336574Z    Compiling anstyle v1.0.14
2026-07-29T10:18:45.1689167Z    Compiling bitflags v1.3.2
2026-07-29T10:18:45.2674143Z    Compiling once_cell_polyfill v1.70.2
2026-07-29T10:18:45.4263466Z    Compiling nix v0.25.1
2026-07-29T10:18:45.4339042Z    Compiling shared_library v0.1.9
2026-07-29T10:18:45.4457475Z    Compiling ctutils v0.4.2
2026-07-29T10:18:45.4457891Z    Compiling papaya v0.2.4
2026-07-29T10:18:45.5423081Z    Compiling anstyle-wincon v3.0.11
2026-07-29T10:18:45.5567114Z    Compiling hkdf v0.12.4
2026-07-29T10:18:45.6873374Z    Compiling serial v0.4.0
2026-07-29T10:18:45.8441814Z    Compiling filedescriptor v0.8.3
2026-07-29T10:18:45.8785148Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-29T10:18:45.9563119Z    Compiling anstyle-parse v1.0.0
2026-07-29T10:18:45.9967123Z    Compiling schemars v1.2.1
2026-07-29T10:18:46.1170522Z    Compiling backon v1.6.0
2026-07-29T10:18:46.1503643Z    Compiling anstyle-query v1.1.5
2026-07-29T10:18:46.2875256Z    Compiling vte_generate_state_changes v0.1.2
2026-07-29T10:18:46.3150040Z    Compiling unicode-width v0.2.0
2026-07-29T10:18:46.3612913Z    Compiling colorchoice v1.0.5
2026-07-29T10:18:46.4180404Z    Compiling downcast-rs v1.2.1
2026-07-29T10:18:46.4850283Z    Compiling instability v0.3.12
2026-07-29T10:18:46.6491634Z    Compiling foldhash v0.1.5
2026-07-29T10:18:46.6558687Z    Compiling is_terminal_polyfill v1.70.2
2026-07-29T10:18:46.6733150Z    Compiling paste v1.0.15
2026-07-29T10:18:46.6763248Z    Compiling shell-words v1.1.1
2026-07-29T10:18:46.7575312Z    Compiling vte v0.13.1
2026-07-29T10:18:46.9287356Z    Compiling portable-pty v0.8.1
2026-07-29T10:18:46.9324173Z    Compiling anstream v1.0.0
2026-07-29T10:18:47.0158503Z    Compiling regex v1.12.3
2026-07-29T10:18:47.0367412Z    Compiling hashbrown v0.15.5
2026-07-29T10:18:47.1976584Z    Compiling wmi v0.18.4
2026-07-29T10:18:47.4522035Z    Compiling toml v0.8.23
2026-07-29T10:18:47.6955836Z    Compiling spake2 v0.4.0
2026-07-29T10:18:47.7244562Z    Compiling strum_macros v0.26.4
2026-07-29T10:18:47.8852836Z    Compiling crossterm_winapi v0.9.1
2026-07-29T10:18:48.2259299Z    Compiling darling_macro v0.23.0
2026-07-29T10:18:48.3900271Z    Compiling spt-runtime v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-07-29T10:18:48.4262070Z    Compiling itertools v0.13.0
2026-07-29T10:18:48.4593958Z    Compiling terminal_size v0.4.4
2026-07-29T10:18:48.7158914Z    Compiling sha1 v0.10.6
2026-07-29T10:18:48.9976577Z    Compiling castaway v0.2.4
2026-07-29T10:18:49.3720660Z    Compiling recvmsg v1.0.0
2026-07-29T10:18:49.4204400Z    Compiling doctest-file v1.1.1
2026-07-29T10:18:49.5345248Z    Compiling clap_lex v1.1.0
2026-07-29T10:18:49.5432907Z    Compiling static_assertions v1.1.0
2026-07-29T10:18:49.6698343Z    Compiling indoc v2.0.7
2026-07-29T10:18:49.9739987Z    Compiling unicode-width v0.1.14
2026-07-29T10:18:49.9782561Z    Compiling darling v0.23.0
2026-07-29T10:18:49.9986875Z    Compiling clap_builder v4.6.0
2026-07-29T10:18:50.3135487Z    Compiling portmapper v0.16.0
2026-07-29T10:18:50.3378148Z    Compiling compact_str v0.8.2
2026-07-29T10:18:50.3643868Z    Compiling interprocess v2.4.2
2026-07-29T10:18:50.7268525Z    Compiling crossterm v0.28.1
2026-07-29T10:18:51.1304228Z    Compiling unicode-truncate v1.1.0
2026-07-29T10:18:51.1814926Z    Compiling lru v0.12.5
2026-07-29T10:18:51.2225437Z    Compiling strum v0.26.3
2026-07-29T10:18:51.9826542Z    Compiling spt-term v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-07-29T10:18:51.9841619Z    Compiling clap_derive v4.6.1
2026-07-29T10:18:51.9841983Z    Compiling cassowary v0.3.0
2026-07-29T10:18:51.9842279Z    Compiling error-code v3.3.2
2026-07-29T10:18:52.0091972Z    Compiling nucleo-matcher v0.3.1
2026-07-29T10:18:52.2073724Z    Compiling clipboard-win v5.4.1
2026-07-29T10:18:52.2374665Z    Compiling qrcode v0.14.1
2026-07-29T10:18:52.5167510Z    Compiling spt-live v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-07-29T10:18:52.6963730Z    Compiling ratatui v0.29.0
2026-07-29T10:18:52.8170138Z    Compiling tempfile v3.27.0
2026-07-29T10:18:54.6743931Z    Compiling clap v4.6.1
2026-07-29T10:19:07.4835747Z    Compiling rustls-webpki v0.103.13
2026-07-29T10:19:09.8801989Z    Compiling tokio-rustls v0.26.4
2026-07-29T10:19:09.8802290Z    Compiling rustls-platform-verifier v0.7.0
2026-07-29T10:19:09.8802542Z    Compiling noq-proto v0.17.0
2026-07-29T10:19:10.0283533Z    Compiling hyper-rustls v0.27.9
2026-07-29T10:19:10.0283890Z    Compiling hickory-net v0.26.0-beta.4
2026-07-29T10:19:10.0284103Z    Compiling tokio-websockets v0.13.2
2026-07-29T10:19:10.1736432Z    Compiling reqwest v0.13.4
2026-07-29T10:19:11.1909170Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-29T10:19:29.7443851Z    Compiling spt-net v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-07-29T10:19:31.5504697Z    Compiling spt-daemon v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-07-29T10:19:45.8204103Z    Compiling spt v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-07-29T10:19:56.0263080Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 39s
2026-07-29T10:19:56.0579377Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-a887596f47a2d10d.exe)
2026-07-29T10:19:56.1437321Z 
2026-07-29T10:19:56.1437583Z running 1 test
2026-07-29T10:20:04.9584422Z test new_brain_serves_against_old_broker ... ok
2026-07-29T10:20:04.9584728Z 
2026-07-29T10:20:04.9584978Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.81s
2026-07-29T10:20:04.9585334Z 
